void add_point(float *f)
Parameter | Type | Description |
---|---|---|
f | float * | pointer to first co-ordinate of the new point to add |
None
This method adds a new point to the Bezier curve.
The number of floats pointed to by the parameter f must be equal to
the curve dimentionality (dim).